github.com/gotd/td/session/tdesktop.qtReader.buf (field)
16 uses
github.com/gotd/td/session/tdesktop (current package)
dbi.go#L92: buf bin.Buffer
dbi.go#L100: sub := bin.Buffer{Buf: r.buf.Buf}
dbi.go#L106: return qtReader{buf: sub}, err
dbi.go#L110: u, err := r.buf.Uint64()
dbi.go#L115: u, err := r.buf.Uint32()
dbi.go#L136: case size >= r.buf.Len():
dbi.go#L139: s := string(r.buf.Buf[:size])
dbi.go#L140: r.buf.Skip(size)
dbi.go#L156: case size > r.buf.Len():
dbi.go#L159: s := append([]byte(nil), r.buf.Buf[:size]...)
dbi.go#L160: r.buf.Skip(size)
dbi.go#L165: return r.buf.ConsumeN(target, n)
dbi.go#L169: if r.buf.Len() < n {
dbi.go#L172: r.buf.Skip(n)
mtp_authorization.go#L35: r := qtReader{buf: bin.Buffer{Buf: decrypted}}
mtp_config.go#L85: root := qtReader{buf: bin.Buffer{Buf: decrypted}}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |